home *** CD-ROM | disk | FTP | other *** search
- debug = 0;
- var movx = parseInt("300",10);
- var movy = parseInt("60",10);
- var texts = "This is|MaskLine|Messenger|";
- var urls = "http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|";
- var c1 = parseInt("4210752",10);
- var bgc = parseInt("16777215",10);
- var target = "_self";
- var tpause = parseInt("300",10);
- var sbg = parseInt("0",10);
- var lm = " |";
- var lmxy = " |";
- attachMovie("ml","m1",0);
- setProperty("m1", _visible, false);
- setProperty("m1", _X, 0);
- mc = new Color("m1.te");
- mc.setRGB(c1);
- attachMovie("ml","m2",1);
- setProperty("m2", _visible, false);
- setProperty("m2", _X, 0);
- mc = new Color("m2.te");
- mc.setRGB(c1);
- ii = 0;
- if(0 < sbg)
- {
- moviearea.bgrholder.attachMovie("plain_bgr","pbg",0);
- setProperty("moviearea.bgrholder.pbg", _X, 0);
- setProperty("moviearea.bgrholder.pbg", _Y, 0);
- setProperty("moviearea.bgrholder.pbg", _width, movx);
- setProperty("moviearea.bgrholder.pbg", _height, movy);
- mc = new Color("moviearea.bgrholder.pbg");
- mc.setRGB(bgc);
- }
- moviearea._x = 0;
- moviearea.bimage._width = movx;
- moviearea._y = 0;
- moviearea.bimage._height = movy;
- var texts = texts.split("|");
- var urls = urls.split("|");
- y = - movy;
- mode = 0;
- tpause = int(tpause * 12 / 100);
- attachMovie("click","click",2);
- setProperty("click", _X, 0);
- setProperty("click", _Y, 0);
- setProperty("click", _width, movx);
- setProperty("click", _height, movy);
- var lm = lm.split("|");
- var lmxy = lmxy.split("|");
- i = 0;
- while(i < lm.length)
- {
- if(3 < lm[i].length)
- {
- attachMovie("lom","lm" add i,i + 3);
- var xy = lmxy[i].split(",");
- setProperty("lm" add i, _X, xy[0]);
- setProperty("lm" add i, _Y, xy[1]);
- eval("lm" add i).loadMovie(lm[i]);
- }
- i++;
- }
- var today = new Date();
- if(!(today.getTime() < ts && ts < today.getTime() + 172800000 || ts == -1 || 0 < debug))
- {
- gotoAndStop("ea");
- }
-